Welcome![Sign In][Sign Up]
Location:
Search - cache file

Search list

[Windows Develop_manager

Description: 理解文件系统的层次结构,掌握高速缓存管理和磁盘管理的基本思想和算法,掌握文件系统的系统调用处理算法和运用,设计小型文件系统 。-Understand the file system hierarchy to master high-speed cache management and disk management, the basic ideas and algorithms, to master the system calls the file system processing algorithms and application to design small-scale file system.
Platform: | Size: 1977344 | Author: boy | Hits:

[Delphi VCLVELVEx.1.4.9

Description: - ViewStyle: view style of the Listview, including Thumbnails. - ThumbOptions: general thumbnail options, like size, spacing, highlight color, etc. Special options are: + BorderOnFiles: when true it shows borders on all the files and folders, otherwise it shows borders only on image files. + CacheOptions: thumbnail cache and compression options. + Details: allows to show file and image properties below the thumbnail.-- ViewStyle: view style of the Listview, including Thumbnails. - ThumbOptions: general thumbnail options, like size, spacing, highlight color, etc. Special options are: + BorderOnFiles: when true it shows borders on all the files and folders, otherwise it shows borders only on image files. + CacheOptions: thumbnail cache and compression options. + Details: allows to show file and image properties below the thumbnail.
Platform: | Size: 109568 | Author: 平时了 | Hits:

[Driver Develop(OReilly)WindowsNT_FileSystemInternals_DevelopersG

Description: Rajeev Nagar著,O Reilly出版社出版。 本书重点在解释Windows NT的I/O子系统,缓存管理器,虚拟内存管理器的内部实现细节。特别地,它关注NT平台上文件系统驱动和过滤驱动的实现方式,这些都需要以上几个组件的支持。-Over the past three years, Windows NT has come to be regarded as a serious, stable, viable, and highly competitive alternative to most other commercially available operating systems. It is also one of the very few new commercially released operating systems that has been developed more or less from scratch in the last 15 years, and can claim to have achieved a significant amount of success. However, Microsoft has not yet documented, in any substantial manner, the guts of this increasingly important platform. This has resulted in a dearth of reliable information available on the internals of the Windows NT operating system. This book focuses on explaining the internals of the Windows NT I/O subsystem, the Windows NT Cache Manager, and the Windows NT Virtual Memory Manager. In particular, it focuses on file system driver and filter driver implementation for the Windows NT platform, which often requires detailed information about the above-mentioned components.
Platform: | Size: 11131904 | Author: 闻扬 | Hits:

[Linux-Unixunix

Description: Vnode和Inode数据结构及缓存以及观察VFS文件系统cache的实验报告-Vnode and the data structure and Inode cache and observation VFS file system cache of the Experimental Report
Platform: | Size: 12288 | Author: Ivan | Hits:

[OS programCacheSetSource

Description: CacheSet is an applet that allows you to manipulate the working-set parameters of the system file cache. Unlike CacheMan, CacheSet runs on all versions of NT and will work without modifications on new Service Pack releases. In addition to providing you the ability to control the minimum and maximum working set sizes, it also allows you to reset the Cache s working set, forcing it to grow as necessary from a minimal starting point. Also unlike CacheMan, changes made with CacheSet have an immediate effect on the size of the Cache. Use CacheSet to performance tune the system Cache size in a way not possible without tweaking internal variables the way CacheMan does. Note: To use CacheSet on NT 4.0 Service Pack 4 and later you must have the "Increase Quota" privilege (administrator accounts have this privilege by default). CacheSet has been updated to enable this privilege so that it works on SP4.
Platform: | Size: 67584 | Author: ghasemimor | Hits:

[CSharpliu.tool

Description: 工具类,常用功能,数据库访问,系统访问,缓存,正则。ftp,文件,wmi,rar,导入到出,压缩,序列化等-Tools commonly used functions, database access, system access, cache, regular. ftp, file, wmi, rar, into out, compression, serialization, etc.
Platform: | Size: 66560 | Author: liufeng | Hits:

[OpenGL programopenglaccumulatedcache

Description: 此文件为OPENGL中利用累计缓存消除锯齿等效果的vc程序,基于vc6.0.-This file is OPENGL accumulated cache use anti-aliasing and other effects of the vc program, based on vc6.0.
Platform: | Size: 6144 | Author: | Hits:

[Otherchap14

Description: 本VB源程序实现对超星图书pdg文件页面的提取和加密破解。方法是运行ssreader之前,先运行wingate(设置对*.pdg进行缓存),然后在ssreader中阅读或下载一本书(这种-The VB source code to realize Superstar page book pdg file extraction and encryption cracking. Method is to run ssreader before running wingate (settings*. pdg cache), and then ssreader to read or download a book (which
Platform: | Size: 10240 | Author: HUANG | Hits:

[SCMCCNA8

Description: bootstrap:存储在ROM中的微码(microcode)中,用来在初始化的时候启动router,然后加载IOS   POST:存储在ROM中的微码中,用来检查硬件基本配置是否正常,然后决定哪些接口可用   ROM monitor:存储在ROM中的微码中,作用是测试和排疑等 Mini-IOS:Cisco叫它RXBOOT或bootloader,它是存储在ROM中的,IOS的简化版本,用来把IOS加载到闪存中   RAM(random-access memory):用来保存数据包缓存,ARP缓存,路由表,和running-config配置文件.某些router上,IOS可以从RAM中运行 -bootstrap: stored in the ROM of the micro-code (microcode) in the time used to initialize the start router, and then load the IOS POST: stored in the ROM of the micro-code, used to check the hardware basic configuration is normal, then to decide which interface is available ROM monitor: stored in the ROM of the micro-code, the role of test and suspect other exclusive Mini-IOS: Cisco call RXBOOT or bootloader, which is stored in the ROM in, IOS simplified version, used to IOS is loaded into the flash memory in the RAM (random-access memory): to save the data packet cache, ARP cache, routing tables, and running-config configuration file. some of the router on, IOS can run from RAM
Platform: | Size: 10240 | Author: rocky | Hits:

[Windows DevelopUrlExplr_src

Description: 提取URL网页缓存记录,通过winet库接口调用,FindFirst返回一个句柄,FindNext返回下一个,直到所有返回完为止。-My desire to create a one button solution to blow away all files left on my machine from my browser lead me down the path of the URL Cache. This seems to be the place where all internet related files are managed. Of course this journey turned into a full-blown application to look into the cache and view the details of what s actually kept there. All methods to manipulate the URL cache are part of the WinInet library. This library is fairly low-level (not quite at the socket level, but it s pretty far down there). In addition to the cache, the library also provides http, ftp, and gopher file transfer functionality. Walking the URL cache is very similar to using the Win32 file related functions. FindFirst (with some parameters) returns a handle, FindNext (until there are no more), that sort of thing. I developed a set of classes to deal with the nitty-gritty. You ll find these in the UrlCacheUtil.h/.cpp files. The application is fairly self documenting (famous last words). I
Platform: | Size: 26624 | Author: 老板 | Hits:

[VHDL-FPGA-VerilogPIPE_LINING_CPU_TEAM_24

Description: 采用Quatus II编译环境,使用Verilog HDL语言编写实现了五段流水线CPU。 能够完成以下二十二条指令(均不考虑虚拟地址和Cache,并且默认为小端方式): add rd,rs,rt addu rd,rs,rt addi rt,rs,imm addiu rt,rs,imm sub rd,rs,rt subu rd,rs,rt nor rd,rs,rt xori rt,rs,imm clo rd,rs clz rd,rs slt rd,rs,rt sltu rd,rs,rt slti rt,rs,imm sltiu rt,rs,imm sllv rd,rt,rs sra rd,rt,shamt blez rs,imm j target lwl rt,offset(base) lwl rt,offset(base) lw rt,imm(rs) sw rt,imm(rs) 在本设计中,采取非常良好的模块化编程风格,共分十三个主要模块PIPE_LINING_CPU_TEAM_24.v为顶层实体文件,对应为PIPE_LINING_CPU_TEAM_24模块作为顶层实体模块,如下: ifetch.v、regdec.v、exec.v、mem.v、wr.v分别实现五个流水段; cpuctr.v用于产生CPU控制信号; ALU.v用于对操作数进行相应指令的运算并输出结果; DM.v数据存储器 IM.v指令存储器 datareg.v数据寄存器堆 extender.v位扩展 yiwei_32bits.v 实现32位四种移位方式的移位器 在顶层实体中,调用ifetch.v、regdec.v、exec.v、mem.v、wr.v这五个模块就实现了流水线CPU。顶层模块的结构清晰明了。对于学习verilog编程非常有用- Quatus II compiled by the environment, using Verilog HDL language to achieve a five-stage pipeline CPU. To complete the following 22 commands (not considering the virtual address and Cache, and the default mode for the small end): add rd, rs, rt addu rd, rs, rt addi rt, rs, imm addiu rt, rs, imm sub rd, rs, rt subu rd, rs, rt nor rd, rs, rt xori rt, rs, imm clo rd, rs clz rd, rs slt rd, rs, rt sltu rd, rs, rt slti rt, rs, imm sltiu rt, rs, imm sllv rd, rt, rs sra rd, rt, shamt blez rs, imm j target lwl rt, offset (base) lwl rt, offset (base) lw rt, imm (rs) sw rt, imm (rs) In this design, take a very good modular programming style, is divided into 13 main modules PIPE_LINING_CPU_TEAM_24.v for the top-level entity file, the corresponding module as a top-level entity for the PIPE_LINING_CPU_TEAM_24 modules, as follows: ifetch.v, regdec.v, exec.v, mem.v, wr.v water were to achieve the five paragraph cpuctr.v used to generate CPU control signal ALU.v accordingly
Platform: | Size: 4946944 | Author: | Hits:

[WEB CodeLTZ1.0

Description: 原1.3版店铺认领功能升级纲要! 昨天发布的主要是前台, 今天发布的重点在后台上, 今天1.2版本的升级主要是对后台进行了升级,程序基本已经完善,如果发现BUG,请联系我! 安装步骤 1、上传UP.ASP到您的网站根目录并进行升级数据库操作 2、删除UP.ASP 3、将压缩包在根目录解压, 覆盖文件即可, 进入后台设置测试即可, 如果有什么问题, 请联系 QQ:184383884(常用QQ) 或626793603 4、进入后台设置是否启用店铺认领功能,更新配置文件、更新缓存即可。 该版本升级内容 1、修改了开启与关闭店铺认领模式后, 管理员后台登陆店铺的不同方式 2、后台自定义开启店铺认领模式后,管理员可以自定义设置登记用户名,且该用户名禁止用户注册 3、当店铺认领模式开启后, 新增未认领店铺管理功能,可查看管理员登记的未认领店铺和用户登记的店铺 4、其它小BUG若干!-The original version 1.3 upgrade features shops claim Platform! Released yesterday, mainly front, the focus of today s post-release stage, Today, the upgrade version 1.2 is the background of the major upgrade, the program has basically been perfect, if we find BUG, please contact me! Installation Steps 1, upload UP.ASP to your website root directory and upgrade database operations 2, delete UP.ASP 3, will extract the archive in the root directory, you can overwrite the file into the background set the test can, If you have any questions, please contact QQ: 184383884 (common QQ) or 626 793 603 4, into the back shop claimed feature set is enabled, update the configuration file, you can update the cache. This version upgrades 1, modify the mode of opening and closing shop claim, the administrator back-log of different ways to shop 2, open the shop claimed to customize the background mode, the administrator can customize the settings registered user name, and the user n
Platform: | Size: 90112 | Author: 李琦 | Hits:

[GUI DevelopDXF_read_display_wxwidgets

Description: 编程环境为Visual studio2008,采用dxflib库编写,内部定义了一些图形类,可以实现dxf文件的读取,显示,及删除操作。页面侧边有动态标尺,按住鼠标中键可平移窗口,拨动滚轮可缩放视图,采用窗口裁剪以及显示缓存来提高性能及防止闪烁。本来是做为激光切割机控制系统来开发的,但是后来因为某些原因搁浅了,现在就拿出来供大家参数吧。界面上有一些激光加工参数的输入,但是实际是没有任何作用的。 程序界面使用wxwidgets库编写。这是一个跨平台的库,有很多有用的控件,在不同平台是会有相应平台的风格。此程序也可做为学习wxwidgets的例程。 编译此程序需要wxwidgets2.8.7 ;这是一个开源的界面库,请到官方主页去下载。 本人英文不好,以下英文描述为自动翻译。请见谅-Programming environment for Visual studio2008, using dxflib library prepared a number of graphics within the definition of class, can achieve dxf file to read, display, and delete operations. Pages are dynamically scale the side, hold down the mouse button to pan the window, toggle wheel to zoom the view, with window clipping and display cache to improve performance and prevent blinking. Originally as a laser cutting machine control system to develop, but was stranded for some reason, and now Take it out for your parameters. Interface, there are some laser processing parameters input, but actually have no effect. Prepared using the wxwidgets library program interface. This is a cross-platform library, there are many useful controls, there will be appropriate in different platforms, platform style. This procedure can also be used as learning wxwidgets routines. Compile this program requires wxwidgets2.8.7 this is an open source interface library, please go to the official home page
Platform: | Size: 3402752 | Author: 王占辉 | Hits:

[OS DevelopOOCleverCache

Description: O&O CleverCache 6.0 Build 2494 专业版&服务器版   O&O CleverCache 可以优化你的 Windows NT/2000下内存和文件缓存管理。这可以导致性能的大幅度提高,可以加速你的系统速度,而不需要任何硬件上的更新,也不会限制系统的稳定性。安装它不需要任何的配置和重启动,只要5 分钟就可以激活系统中未使用的资源。   可用于 Windows NT/2000/XP/2003,汉化使用说明:   1、此为汉化版,安装后即可直接使用。   2、制作安装包时,已将专业版和服务器版同时打包在内,请在运行安装时自己选择所需要安装的版本类型。   3、两种版本安装后均已注册。-O & O CleverCache can optimize your memory under Windows NT/2000 and file cache management. This can lead to greatly improved performance, can accelerate the speed of your system without any hardware on the update, Ye will not limit the stability of Ji Tong. Installation does not require any configuration and restart, as long as 5 minutes you can activate unused resources of the system. Can be used in Windows NT/2000/XP/2003, finished use: 1, this is the finished version can be used directly after installation. 2, production and installation package, the Professional Edition and Server Edition has also packaged account, please run the installation, choose to install the version of the type required. 3, two versions installed have been registered.
Platform: | Size: 6379520 | Author: 竹芽 | Hits:

[WEB Codeygdc8888

Description: 本系统集成了留言本,财务管理,菜单管理,员工管理,安全管理,WAP手机端等功能,并继续继承1.X老版本简单、实用、美观的特点,在老版本上的基础上做了如下更新: 1.更简洁的前台与后台,菜单及功能布局更合理。 2.更合理的文件结构,合理适度的模板机制以及OO运用,更易于理解的代码,更适于二次开发; 3.解决了大部分浏览器兼容性问题,网页浏览更美观。 4.增加IP管理,安全日志等功能 5.前台速度的提升,得益于JS、AJAX的运用以及数据缓存。 6.留言本安全,WAP功能的加强等等 安装前需要自行修改CONFIG.PHP文件 -The system integrates the message of this, financial management, menu management, staff management, security management, WAP mobile terminal functions, and continue to inherit the old version 1.X simple, practical and beautiful features of the old version on the basis of doing the following update: 1. More concise front and back, menu and function of distribution more reasonable. 2. More reasonable file structure, appropriate and reasonable use of the template mechanism, and OO, the code easier to understand, more suitable for secondary development 3. To resolve most of the browser compatibility issues, web browsing even more beautiful. 4. Increase the IP management, security, logging and other functions 5. Reception speed upgrade, thanks to JS, AJAX application and data cache. 6. Message of the security, WAP functionality to enhance and so on Source Network colorless mentioned are: you ll need to modify CONFIG.PHP file
Platform: | Size: 321536 | Author: 龙骑士 | Hits:

[WEB Codexufei3

Description: 开心农场源码,开心农场源码下载,开心牧场源码 下载 开心农场源码,开心农场源码下载,开心牧场源码 下载 本插件是破解商业版插件而已 安装说明 说的很简单 大家都做网站这么长时间 应该可以明白 首先解压文件 1 导入数据库 uchome_plug_newfarm.sql 具体操作不用说了 2 复制 newfarm 到网站目录下 3 复制template\default 下面有个 newfarm.htm模板文件 到你现在默认模板目录下面 修改默认模板的 header.htm 文件 添加调用 newfarm/newfarm.css 4 后台添加计划任务 fgh.php 这个任务定时添加杂草等等 5 更新缓存 安装成功 拒绝论坛转发 卖金币 !!!! 这个插件破解后还有点bug 就是装饰的地方 虽然不影响使用 但是我觉得还是完美点好 看不得bug 呵呵 希望有高手看到能给解决下! 文件包包含一个 VIP积分充值系统 和manyou数据整合 -Happy, happy farm farm source code downloaded, happy, happy farm source code downloaded ranch Happy, happy farm farm source code downloaded, happy, happy farm source code downloaded ranch The plugin is commercial version of the plugin Installation instructions say very simple everybody do website for so long time should be understood First unpack files 1 import database SQL specific operation uchome_plug_newfarm. Say 2 newfarm copy to your website directory 3 replication \ default created under newfarm HTM template files to you. Now the default templates folders below Modify the default template file. This HTM Add newfarm/newfarm. CSS calls 4 add background tasks FGH. PHP This task regularly add weeds, etc 5 updated successfully installed cache Refuse to sell gold BBS forwarding!!!!!!!!!!! This plugin cracked and some bug is decorated, although not influence the local use but I feel better see not perfect or bug Ha has high hopes to resolve to see! File package contain
Platform: | Size: 11841536 | Author: 许飞 | Hits:

[SCMEK-STM3210E-UCOSII-0825

Description: STM32F103VET6上移植的UC/OSII,还加FATFS文件系统支持NANDFLASH的。用NANDFLASH的扇区做缓存。-STM32F103VET6 on the transplant UC/OSII, also add support for file system FATFS NANDFLASH' s. Sectors to do with NANDFLASH cache.
Platform: | Size: 2308096 | Author: 袁喜华 | Hits:

[Internet-Networkwebio

Description: Features: --- -- - BSD-style open source license - Supports native FS or "compiled in" embedded files - SSIs can be nested (SSI called within SSI) - SSI content can be generated by C routines. - Fast path for binary files (images, PDFs) - Form handling done by C routines or external scripts - portable - compiles & runs on Linux and Windows (1 ifdef in one file) - Use as library in larger application or standalone server - FSbuilder utility to build web page files into code image - Server-side push supported - File uploads supported - Basic authentication - persistent connections - cache control - Modular file managment allows support for PHP, Ruby, etc.-Features: -------- - BSD-style open source license - Supports native FS or "compiled in" embedded files - SSIs can be nested (SSI called within SSI) - SSI content can be generated by C routines. - Fast path for binary files (images, PDFs) - Form handling done by C routines or external scripts - portable - compiles & runs on Linux and Windows (1 ifdef in one file) - Use as library in larger application or standalone server - FSbuilder utility to build web page files into code image - Server-side push supported - File uploads supported - Basic authentication - persistent connections - cache control - Modular file managment allows support for PHP, Ruby, etc.
Platform: | Size: 121856 | Author: ehsan | Hits:

[Linux-UnixTie-FileLRUCache-1.01.tar

Description: 实现文件系统LRU的cache机制,是一个perl编写的模块-LRU cache for file system, programmed by perl
Platform: | Size: 6144 | Author: 刘卓 | Hits:

[WEB Codezhibo

Description: 漂亮无广告高清电视直播插件 dizcuz!X 1.5正式版(GBK) 本插件为绿色环保插件。 不修改任何原文件 不创建任何数据库 把zhibo解压到 source/plugin/ 目录下 这个就是DX插件目录 然后进后台安装>>启用 更新缓存OK了!-Beautiful high-definition live television without advertising plug dizcuz! X 1.5 full version (GBK) the plug-in for green plug-in. Do not modify any of the original file does not create any database to zhibo extract source/plugin/directory, this is the DX plug-in directory and then into the background installation " > enabled update the cache OK!
Platform: | Size: 2048 | Author: aihe | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 17 »

CodeBus www.codebus.net